home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 September / Australian PC User - September 2003 (CD1).iso / magstuff / web / files / psp801ev.exe / Data1.cab / Preset_Lights_Sunset.PspScri < prev    next >
Encoding:
Text File  |  2003-06-06  |  828 b   |  25 lines

  1. from JascApp import *
  2.  
  3. def ScriptProperties():
  4.     return {
  5.         'Author': '',
  6.         'Copyright': '',
  7.         'Description': '',
  8.         'Host': 'Paint Shop Pro',
  9.         'Host Version': '8.00'
  10.         }
  11.  
  12. def Preset_Lights():
  13.     return {
  14.         'SelButton': 4, 
  15.         'Darkness': 60, 
  16.         'Lights': ((App.Constants.Boolean.false,(200,200,200),(-70,-70,10,500,28,45,40,155)),(App.Constants.Boolean.false
  17.             ,(200,200,200),(70,-70,10,500,28,45,40,245)),(App.Constants.Boolean.false,(200,200,200),(70,
  18.             70,10,500,28,45,40,335)),(App.Constants.Boolean.false,(200,200,200),(-70,70,10,500,28,45,40,
  19.             65)),(App.Constants.Boolean.true,(255,151,3),(0,-50,1,1,100,89,99,180)))
  20.         }
  21.  
  22. def Do(Environment):
  23.     App.Do( Environment, 'Lights',         Preset_Lights())
  24.  
  25.